regexp/syntax.parser.push (method)
12 uses
regexp/syntax (current package)
parse.go#L292: func (p *parser) push(re *Regexp) *Regexp {
parse.go#L375: p.push(re)
parse.go#L396: return p.push(re)
parse.go#L489: return p.push(p.newRegexp(OpEmptyMatch))
parse.go#L492: return p.push(p.collapse(subs, OpConcat))
parse.go#L515: return p.push(p.newRegexp(OpNoMatch))
parse.go#L518: return p.push(p.collapse(subs, OpAlternate))
parse.go#L1061: p.push(re)
parse.go#L1070: p.push(re)
parse.go#L1432: p.push(re1)
parse.go#L1437: p.push(re2)
parse.go#L1824: p.push(re)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |